projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9034c50
)
* doc/lispref/text.texi (Columns): Remove a nonexistent reference.
author
Xue Fuqiao
<xfq.free@gmail.com>
Wed, 30 Mar 2016 00:01:16 +0000
(08:01 +0800)
committer
Xue Fuqiao
<xfq.free@gmail.com>
Wed, 30 Mar 2016 00:01:16 +0000
(08:01 +0800)
The example was removed by Chong Yidong on Mar 5, 2012.
doc/lispref/text.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/text.texi
b/doc/lispref/text.texi
index 6b93e51fc605393dc6c2354dd853f87dbfffaeb2..37492929e74b1fd6ddaf511854ee5e6bf9266082 100644
(file)
--- a/
doc/lispref/text.texi
+++ b/
doc/lispref/text.texi
@@
-2191,9
+2191,6
@@
This function returns the horizontal position of point, measured in
columns, counting from 0 at the left margin. The column position is the
sum of the widths of all the displayed representations of the characters
between the start of the current line and point.
-
-For an example of using @code{current-column}, see the description of
-@code{count-lines} in @ref{Text Lines}.
@end defun
@deffn Command move-to-column column &optional force